3.1.56 \(\int \frac {x}{\text {ArcCos}(a x)^2} \, dx\) [56]

Optimal. Leaf size=38 \[ \frac {x \sqrt {1-a^2 x^2}}{a \text {ArcCos}(a x)}-\frac {\text {CosIntegral}(2 \text {ArcCos}(a x))}{a^2} \]

[Out]

-Ci(2*arccos(a*x))/a^2+x*(-a^2*x^2+1)^(1/2)/a/arccos(a*x)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 38, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {4728, 3383} \begin {gather*} \frac {x \sqrt {1-a^2 x^2}}{a \text {ArcCos}(a x)}-\frac {\text {CosIntegral}(2 \text {ArcCos}(a x))}{a^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x/ArcCos[a*x]^2,x]

[Out]

(x*Sqrt[1 - a^2*x^2])/(a*ArcCos[a*x]) - CosIntegral[2*ArcCos[a*x]]/a^2

Rule 3383

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[CosIntegral[e - Pi/2 + f*x]/d, x] /; FreeQ
[{c, d, e, f}, x] && EqQ[d*(e - Pi/2) - c*f, 0]

Rule 4728

Int[((a_.) + ArcCos[(c_.)*(x_)]*(b_.))^(n_)*(x_)^(m_.), x_Symbol] :> Simp[(-x^m)*Sqrt[1 - c^2*x^2]*((a + b*Arc
Cos[c*x])^(n + 1)/(b*c*(n + 1))), x] - Dist[1/(b^2*c^(m + 1)*(n + 1)), Subst[Int[ExpandTrigReduce[x^(n + 1), C
os[-a/b + x/b]^(m - 1)*(m - (m + 1)*Cos[-a/b + x/b]^2), x], x], x, a + b*ArcCos[c*x]], x] /; FreeQ[{a, b, c},
x] && IGtQ[m, 0] && GeQ[n, -2] && LtQ[n, -1]

Rubi steps

\begin {align*} \int \frac {x}{\cos ^{-1}(a x)^2} \, dx &=\frac {x \sqrt {1-a^2 x^2}}{a \cos ^{-1}(a x)}-\frac {\text {Subst}\left (\int \frac {\cos (2 x)}{x} \, dx,x,\cos ^{-1}(a x)\right )}{a^2}\\ &=\frac {x \sqrt {1-a^2 x^2}}{a \cos ^{-1}(a x)}-\frac {\text {Ci}\left (2 \cos ^{-1}(a x)\right )}{a^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.07, size = 37, normalized size = 0.97 \begin {gather*} \frac {\frac {a x \sqrt {1-a^2 x^2}}{\text {ArcCos}(a x)}-\text {CosIntegral}(2 \text {ArcCos}(a x))}{a^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x/ArcCos[a*x]^2,x]

[Out]

((a*x*Sqrt[1 - a^2*x^2])/ArcCos[a*x] - CosIntegral[2*ArcCos[a*x]])/a^2

________________________________________________________________________________________

Maple [A]
time = 0.04, size = 30, normalized size = 0.79

method result size
derivativedivides \(\frac {\frac {\sin \left (2 \arccos \left (a x \right )\right )}{2 \arccos \left (a x \right )}-\cosineIntegral \left (2 \arccos \left (a x \right )\right )}{a^{2}}\) \(30\)
default \(\frac {\frac {\sin \left (2 \arccos \left (a x \right )\right )}{2 \arccos \left (a x \right )}-\cosineIntegral \left (2 \arccos \left (a x \right )\right )}{a^{2}}\) \(30\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/arccos(a*x)^2,x,method=_RETURNVERBOSE)

[Out]

1/a^2*(1/2/arccos(a*x)*sin(2*arccos(a*x))-Ci(2*arccos(a*x)))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/arccos(a*x)^2,x, algorithm="maxima")

[Out]

-(a*arctan2(sqrt(a*x + 1)*sqrt(-a*x + 1), a*x)*integrate((2*a^2*x^2 - 1)*sqrt(a*x + 1)*sqrt(-a*x + 1)/((a^3*x^
2 - a)*arctan2(sqrt(a*x + 1)*sqrt(-a*x + 1), a*x)), x) - sqrt(a*x + 1)*sqrt(-a*x + 1)*x)/(a*arctan2(sqrt(a*x +
 1)*sqrt(-a*x + 1), a*x))

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/arccos(a*x)^2,x, algorithm="fricas")

[Out]

integral(x/arccos(a*x)^2, x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x}{\operatorname {acos}^{2}{\left (a x \right )}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/acos(a*x)**2,x)

[Out]

Integral(x/acos(a*x)**2, x)

________________________________________________________________________________________

Giac [A]
time = 0.45, size = 36, normalized size = 0.95 \begin {gather*} \frac {\sqrt {-a^{2} x^{2} + 1} x}{a \arccos \left (a x\right )} - \frac {\operatorname {Ci}\left (2 \, \arccos \left (a x\right )\right )}{a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/arccos(a*x)^2,x, algorithm="giac")

[Out]

sqrt(-a^2*x^2 + 1)*x/(a*arccos(a*x)) - cos_integral(2*arccos(a*x))/a^2

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \frac {x}{{\mathrm {acos}\left (a\,x\right )}^2} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/acos(a*x)^2,x)

[Out]

int(x/acos(a*x)^2, x)

________________________________________________________________________________________